home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000040_news@columbia.edu _Mon Sep 25 07:38:45 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id HAA15466
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 25 Sep 2000 07:38:45 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id HAA21557
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 25 Sep 2000 07:38:44 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id HAA12475
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 25 Sep 2000 07:31:29 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: "Bruce Phipps" <bruce_phipps@my-deja.com>
  13. Subject: Sending carriage returns
  14. Date: Mon, 25 Sep 2000 12:30:26 +0100
  15. Organization: CompuServe Interactive Services
  16. Message-ID: <8qnd1p$m45$1@sshuraac-i-1.production.compuserve.com>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In my script:
  20.  
  21. define \%u bruce
  22. define \%p password
  23. output \%u\13
  24. output \%p\13
  25.  
  26. does not send bruce<CR>
  27. password<CR>
  28.  
  29. but:
  30.  
  31. brucepassword
  32.  
  33. Am I missing some back slashes here?
  34. Bruce
  35.  
  36.